home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / text / info / mci-slash.pp / mci-slash
Text File  |  1994-11-17  |  6KB  |  118 lines

  1. Access=(1)=Mostly everybody; (2)=A few users; (3)=SysOp only
  2. "x" is 1=DISABLE, 0=ENABLE.
  3.  
  4. Code    Access  Description
  5. ====    ======  ============================================================
  6. \Ax     (3)     Disable use of "/", SPACEBAR, CTRL-C to skip messages.
  7. \Bx     (1)     Print a bell (beep).  Where x is the number of bells to
  8.                 print.
  9. \Cx     (1)     Foreground colour, where x is 0-7 (8 colour mode) or 0-f (16
  10.                 colour mode).
  11.         0=BLACK
  12.         1=Red
  13.         2=Green
  14.         3=Tan/Yellow
  15.         4=Blue
  16.         5=Purple
  17.         6=Cyan
  18.         7=Lt. Grey
  19.         8=Dk. Grey (16-colour only)
  20.         9=Bright Red (16-colour only)
  21.         a=Bright Green (16-colour only)
  22.         b=Bright Yellow (16-colour only)
  23.         c=Bright Blue (16-colour only)
  24.         d=Bright Purple (16-colour only)
  25.         e=Bright Cyan (16-colour only)
  26.         f=White (16-colour only)
  27. \Dx     (2)     Branch to label #x on last test FAIL.
  28. \Ex     (2)     Branch to label #x on last test SUCCESS.
  29. \F0     (1)     Move cursor to HOME position (0,0).
  30. \F1     (1)     Move cursor to HOME, and CLEAR SCREEN.
  31. \Gx     (2)     Wait for key press.  If x is less than 5 (x<5), the key
  32.                 pressed will be stored into one of the MCI variables for
  33.                 later use.
  34. \Hx     (1)     Print x destructive backspaces.
  35. \Ix     (2)     Input a line of text.  If x<5 then the input will be stored
  36.                 as one of the MCI variables (similar to \Gx).
  37. \Jx     (1)     Jump unconditionally to label #x.  If the label is not
  38.                 existent, the message will be exited.
  39. \Kx     (1)     Kolorific mode on/off.  Where x is 1=ENABLE KOLORIFIC,
  40.                 0=DISABLE KOLORIFIC.  Kolorific cycles the 16 colour codes
  41.                 for each character beginning with 0 to f (0-7 for 8-colour
  42.                 mode).
  43. \Mx     (1)     Define label #x.  Labels mark "spots" is messages.  They are
  44.                 necessary when using \D, \E, and \J MCI commands.  The
  45.                 related command may only branch FORWARDS in a message, not
  46.                 backwards.
  47. \Nx     (1)     Print x newlines (blank lines).
  48. \Ox     (1)     Set BOLD mode on/off.  Where x is 1=ENABLE BOLD, 0=DISABLE
  49.                 BOLD.  Remember to disable bold when you use it, since it
  50.                 slows down the speed at which text is displayed.
  51. \Px     (1)     Set print mode to x.  Where x is 0=NORMAL (left to right),
  52.                 1=STACKED (on the same cursor location), 2=UPWARDS (each
  53.                 char is one line above the previous), 3=DOWNWARDS (each new
  54.                 character is below the previous), 4=BACKWARDS (right to
  55.                 left).
  56. \Q0     (1)     Resend all current MCI settings.
  57. \Q1     (1)     Cancel all current MCI settings, and reset colour to default
  58.                 (which is lt. grey right now).
  59. \Rx     (1)     Set REVERSE mode on/off.  Where x is 1=ENABLE REVERSE MODE,
  60.                 0=DISABLE.
  61. \Sx     (2)     Set character output delay.  Where x is the number of 1/50th
  62.                 seconds to pause between each character.  Example: Now the
  63.                 \S setting is 5/50ths of a second, which is pretty slow.  0
  64.                 will DISABLE the delay.
  65. \Tx(v)\ (2)     Test variable x for equality to (v).  Advanced feature, I
  66.                 will explain more when I know more.
  67. \Ux     (1)     Set underline mode on/off (like BOLD and REVERSE mode,
  68.                 1=ENABLE, 0=DISABLE).
  69. \Vx     (2)     Display a system variable to the current user.  Where x is:
  70.         0=Current Time and Date
  71.         1=User's last call date/time.
  72.         2=User's handle.
  73.         3=User's real name.
  74.         4=User's voice phone number.
  75.         5=User's password.
  76.         6=User's ACCESS GROUP NAME.
  77.         7='Afternoon', 'Morning', or 'Evening' based on time of day.
  78.         8=Number of calls to the system total.
  79.         9=User's street address.
  80.         a=User's city/province.
  81.         b=User's Postal/ZipCode.
  82.         c=Time user has remaining (to the 1/10 of a minute).
  83.         d=User's total calls to the system.
  84.         e=Number of files user has downloaded.
  85.         f=Number of files user has uploaded.
  86.         g=Number of bytes the user has downloaded.
  87.         h=Number of bytes the user has uploaded.
  88.         i=Number of public messages the user has posted.
  89.         j=Last caller to the BBS.
  90.         m=User's FIRST name only.
  91.         y=Current subboard #.
  92.         z=Current subboard name.
  93. \Wx     (2)    Wait for x seconds to pass.
  94. \Xx     (2)    Immediately exit message.
  95. \Yx     (2)    Display MCI variable where x is 0-4.
  96. \Zx     (1)    Change background colour to x.  The colour codes are the same
  97.                as for \Cx, except that background colours may only be 0-7,
  98.                not the full 0-f.
  99. \^x     (1)    Move cursor UP x number of lines.
  100. \!x     (1)    Move cursor DOWN x number of lines.
  101. \>x     (1)    Move cursor RIGHT x number of spaces.
  102. \<x     (1)    Move cursor LEFT x number of spaces.
  103. \-x     (1)    Insert x characters at cursor point.
  104. \\      (1)    Actually print a "\" character.
  105. \@x     (1)    Set the MCI environment variable.  Where x is:
  106.         1=Disable ALL MCI for the rest of the message.
  107.         2=Disable word wrapping (text will scroll past screen edge).
  108.         4=Disable "More?" prompting.
  109.         8=Disable SYSOP MCI commands for rest of message.
  110.                The idea is to ADD the ones you need for a result.  Example,
  111.                "\@3" would disable both MCI, and Word Wrapping for the rest
  112.                of the message.
  113. \?x     (3)    Pause to ask yes/no question.  Default is where x is 0=NO is
  114.                default; 1=YES is default.  "RETURN" will be the default set.
  115.  
  116. The rest are sysop-only commands that can be made available on a need to
  117. know basis.
  118.